home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutForm
- BorderStyle = 3 'Fixed Double
- Caption = "About Netware API Test"
- ClientHeight = 3885
- ClientLeft = 2895
- ClientTop = 1590
- ClientWidth = 4470
- ControlBox = 0 'False
- Height = 4290
- Left = 2835
- LinkMode = 1 'Source
- LinkTopic = "Form4"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3885
- ScaleWidth = 4470
- Top = 1245
- Width = 4590
- Begin CommandButton OkButton
- Caption = "&OK"
- Default = -1 'True
- Height = 336
- Left = 1692
- TabIndex = 11
- Top = 3456
- Width = 912
- End
- Begin PictureBox NovellIcon
- BorderStyle = 0 'None
- Height = 492
- Left = 480
- Picture = ABOUT.FRX:0000
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 1
- Top = 240
- Width = 492
- End
- Begin Label Label11
- Caption = "or Fax (303) 294-0930"
- Height = 252
- Left = 1596
- TabIndex = 9
- Top = 3036
- Width = 1968
- End
- Begin Label Label8
- Caption = "To subscribe, call (800) 377-4136"
- Height = 252
- Left = 612
- TabIndex = 8
- Top = 2796
- Width = 2928
- End
- Begin Label Label7
- Caption = "July1993 Issue of ""NetWare Application Notes"""
- Height = 255
- Left = 180
- TabIndex = 7
- Top = 2445
- Width = 4155
- End
- Begin Label Label10
- Caption = "Visual Basic"""
- Height = 225
- Left = 2040
- TabIndex = 6
- Top = 2130
- Width = 1350
- End
- Begin Label Label6
- Caption = "Example program for ""A NetWare Interface for"
- Height = 252
- Left = 180
- TabIndex = 5
- Top = 1908
- Width = 3996
- End
- Begin Label Label9
- Caption = "Distribute Freely"
- Height = 276
- Left = 1548
- TabIndex = 4
- Top = 1548
- Width = 1476
- End
- Begin Label Label1
- Caption = "Copyright (c) 1993, Novell, Inc."
- Height = 255
- Left = 1545
- TabIndex = 0
- Top = 1290
- Width = 2790
- End
- Begin Label Label4
- Caption = "Novell Systems Research"
- Height = 252
- Left = 1548
- TabIndex = 3
- Top = 972
- Width = 2412
- End
- Begin Label Label3
- Caption = "by Morgan B. Adair"
- Height = 252
- Left = 1548
- TabIndex = 2
- Top = 720
- Width = 1812
- End
- Begin Label Label2
- Caption = "NetWare API Tester for Visual Basic for Windows"
- Height = 492
- Left = 1548
- TabIndex = 10
- Top = 144
- Width = 2172
- End
- Sub OKButton_Click ()
- Unload AboutForm
- End Sub
-